internal/abi.Offset.sliceAlign (field)
7 uses
internal/abi (current package)
compiletype.go#L48: sliceAlign uint8 // the alignment of slices (and interfaces and strings)
compiletype.go#L54: return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: 2 * ptrSize}
compiletype.go#L56: return Offset{off: 0, align: 1, ptrSize: ptrSize, sliceAlign: ptrSize}
compiletype.go#L130: o = o.align_(o.sliceAlign)
compiletype.go#L136: return o.Align(o.sliceAlign)
compiletype.go#L141: o = o.align_(o.sliceAlign)
compiletype.go#L148: o = o.align_(o.sliceAlign)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |